Conversation
Older repos can keep stale git.repositoryScanIgnoredFolders until setup or doctor reruns, so the Active Agents extension now merges the managed ignore list on activation and workspace-folder changes while preserving user entries and tolerating read-only settings. Constraint: Existing repos can have tracked .vscode/settings.json values that predate the newer managed ignore list Rejected: Require operators to rerun gx setup or gx doctor | stale repos stay noisy in default VS Code repo scan Confidence: high Scope-risk: narrow Directive: Keep the managed repo-scan ignore list in sync across src/context.js and the live/template Active Agents extension copies Tested: node --test test/vscode-active-agents-session-state.test.js test/metadata.test.js (new self-heal regression and live-template sync assertions passed; unrelated semver baseline failures remain) Tested: openspec validate --specs Not-tested: Full Node suite without the pre-existing local semver module failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
git.repositoryScanIgnoredFoldersentries from the Active Agents extension on activation and workspace-folder changesVerification
node --test test/vscode-active-agents-session-state.test.js test/metadata.test.js(new self-heal regression and live-template sync assertions passed; unrelated localsemverbaseline failures remain)openspec validate --specs